<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
.f_page { padding: 20px 0; text-align: center; clear: both; overflow: hidden; }
.f_page a, .f_page span { text-decoration: none !important; height: 29px; width: 29px; line-height: 29px; background: #efefef; color: #666666; display: inline-block; border-radius: 4px; margin: 0 4px; box-sizing: border-box; }
.f_page a.fCurrent { color: #ffffff; background: #00a042; font-weight: 500; white-space: nowrap; }
.f_page .previous { background: url(../images/ppre.png) center #efefef no-repeat; text-indent: -888888888px; }
.f_page .next { background: url(../images/pnext.png) center #efefef no-repeat; text-indent: -888888888px; }
/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote, p { margin: 0; padding: 0;}
body { color: #333; font-size: 14px; font-family: "微软雅黑"; overflow: scroll;}
section, article, aside, header, footer, nav, dialog, figure { display: block; }
ul, ol { list-style: none; }
img, fieldset { vertical-align: top; border: 0; }
h1, h2, h3, h4, h5, h6 { font-size: 100%; font-weight: normal; }
address, cite, code, em, th { font-weight: normal; font-style: normal; }
input, button, textarea, select { font: 100% Arial, ''; vertical-align: middle;outline: none; }
table, td, tr, th { font-size: 12px; border-collapse: collapse; }
.nodispaly { display: none }
.line { height: 20px; line-height: 20px; font-size: 0px; clear: both; overflow: hidden; display: block; }
.clearfix { *zoom:1;}
* { padding: 0; margin: 0; }
.clearfix:after { display: block; overflow: hidden; clear: both; height: 0px; visibility: hidden; content: "."; }
a { color:#f6f6f6; text-decoration: none; }
a:hover { text-decoration: none; }
.fl { float: left; }
.fr { float: right; }
.clear { clear: both; margin-bottom:20px; }
.tr,.img{
    -webkit-transition:all .3s linear;
    -mos-transition:all .3s linear;
    -mz-transition:all .3s linear;
    -o-transition:all .3s linear;
    transition:all .3s linear;
}
.img:hover{
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
    transform:scale(1.1);
}</pre></body></html>